home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 37 / Amiga Format CD37 (1999-02-16)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-03].iso / -screenplay- / shareware / invasionforce / source / includes / utils_protos.h < prev    next >
Text File  |  1999-01-09  |  223b  |  17 lines

  1. /* Prototypes for functions defined in
  2. Utils.C
  3.  */
  4.  
  5. void Print(char * );
  6.  
  7. short LeftButton(void);
  8.  
  9. void wait_for_click(void);
  10.  
  11. ULONG FLength(char * );
  12.  
  13. void FJoin(char * , char * , char * );
  14.  
  15. void FCopy(char * , char * );
  16.  
  17.